projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55e1d28
)
(Internals of Debugger): Fix return value.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 16 Feb 2004 22:13:04 +0000
(22:13 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 16 Feb 2004 22:13:04 +0000
(22:13 +0000)
lispref/debugging.texi
patch
|
blob
|
history
diff --git
a/lispref/debugging.texi
b/lispref/debugging.texi
index e98adaa22e47a63dd4157d9d3aca7ffbedcbdaeb..f9096cbef2a5a1b8dae57012ac61cba2dd474a2c 100644
(file)
--- a/
lispref/debugging.texi
+++ b/
lispref/debugging.texi
@@
-551,7
+551,7
@@
forms are elided.
(1+ var)
(list 'testing (backtrace))))))))
- @result{}
nil
+ @result{}
(testing nil)
@end group
@group